Client events
Listen for dialogue activity and changes to streamed dialogue NPCs.
Event reference
4 eventsDialogue events
React when dialogue NPCs stream in or out and when a dialogue starts or stops.
ped_dialogue:onDialoguePedStreamedTriggered when the NPC streams in.
ctxPedEntry classped_dialogue:onDialoguePedStreamedOutTriggered when the NPC streams out.
None
ped_dialogue:onDialogueStartedTriggered when the player starts a dialogue with an NPC.
ctxPedEntry classped_dialogue:onDialogueStoppedTriggered when the player stops or ends the dialogue with an NPC.
None